[INFO] cloning repository https://github.com/anatawa12/zip-http-server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/anatawa12/zip-http-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanatawa12%2Fzip-http-server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanatawa12%2Fzip-http-server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cf29522bc4aa7d3d1d394d27760af5ab7bb32c1e
[INFO] fixing anatawa12/zip-http-server against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanatawa12%2Fzip-http-server" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/anatawa12/zip-http-server
[INFO] finished tweaking git repo https://github.com/anatawa12/zip-http-server
[INFO] tweaked toml for git repo https://github.com/anatawa12/zip-http-server written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/anatawa12/zip-http-server on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/anatawa12/zip-http-server already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8586e6c8220023d246af9301f206317be5087a967a9fa054f09ee66dce05dc4b
[INFO] running `Command { std: "docker" "start" "8586e6c8220023d246af9301f206317be5087a967a9fa054f09ee66dce05dc4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8586e6c8220023d246af9301f206317be5087a967a9fa054f09ee66dce05dc4b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8586e6c8220023d246af9301f206317be5087a967a9fa054f09ee66dce05dc4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8586e6c8220023d246af9301f206317be5087a967a9fa054f09ee66dce05dc4b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   tokio v1.16.1 removed features: winapi
[INFO] [stderr] 
[INFO] [stderr]    Compiling libc v0.2.101
[INFO] [stderr]    Compiling proc-macro2 v1.0.29
[INFO] [stderr]    Compiling syn v1.0.76
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling futures-core v0.3.19
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]    Compiling cc v1.0.70
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]    Compiling futures-channel v0.3.19
[INFO] [stderr]    Compiling futures-util v0.3.19
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]     Checking tracing-core v0.1.19
[INFO] [stderr]     Checking slab v0.4.4
[INFO] [stderr]     Checking once_cell v1.8.0
[INFO] [stderr]     Checking try-lock v0.2.3
[INFO] [stderr]     Checking httpdate v1.0.1
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking tower-service v0.3.1
[INFO] [stderr]    Compiling time-macros v0.2.3
[INFO] [stderr]     Checking tracing v0.1.26
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]     Checking os_str_bytes v6.0.0
[INFO] [stderr]     Checking termcolor v1.1.2
[INFO] [stderr]     Checking textwrap v0.14.2
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking atomic-take v1.0.0
[INFO] [stderr]     Checking http v0.2.4
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling mime_guess v2.0.3
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking mio v0.7.13
[INFO] [stderr]     Checking socket2 v0.4.1
[INFO] [stderr]     Checking flate2 v1.0.21
[INFO] [stderr]     Checking time v0.3.5
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking colored v2.0.0
[INFO] [stderr]     Checking simple_logger v2.1.0
[INFO] [stderr]     Checking bzip2 v0.4.3
[INFO] [stderr]     Checking http-body v0.4.3
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.19
[INFO] [stderr]    Compiling thiserror-impl v1.0.29
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling clap_derive v3.0.12
[INFO] [stderr]     Checking tokio v1.16.1
[INFO] [stderr]     Checking thiserror v1.0.29
[INFO] [stderr]     Checking zip v0.5.13
[INFO] [stderr]     Checking pin-project v1.0.8
[INFO] [stderr]     Checking clap v3.0.13
[INFO] [stderr]     Checking hyper v0.14.16
[INFO] [stderr]     Checking hyperlocal v0.8.0
[INFO] [stderr]     Checking zip-http-server v0.2.3-SNAPSHOT (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.82s
[INFO] [stderr] crater-edition-check: zip-http-server v0.2.3-SNAPSHOT (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]     Checking tokio v1.16.1
[INFO] [stderr]     Checking hyper v0.14.16
[INFO] [stderr]     Checking hyperlocal v0.8.0
[INFO] [stderr]     Checking zip-http-server v0.2.3-SNAPSHOT (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.94s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   tokio v1.16.1 removed features: winapi
[INFO] [stderr] 
[INFO] [stderr]     Checking zip-http-server v0.2.3-SNAPSHOT (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/main.rs (2 fixes)
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:75:23
[INFO] [stdout]     |
[INFO] [stdout]  75 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / tcp_unix_impl! {
[INFO] [stdout] 154 | |     #[derive(Debug)]
[INFO] [stdout] 155 | |     pub(crate) enum Incoming {
[INFO] [stdout] 156 | |         TCP(AddrIncomingTCP),
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: `--force-warn rust-2024-incompatible-pat` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  75 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:79:36
[INFO] [stdout]     |
[INFO] [stdout]  79 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / tcp_unix_impl! {
[INFO] [stdout] 154 | |     #[derive(Debug)]
[INFO] [stdout] 155 | |     pub(crate) enum Incoming {
[INFO] [stdout] 156 | |         TCP(AddrIncomingTCP),
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  79 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:59:23
[INFO] [stdout]     |
[INFO] [stdout]  59 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  59 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:62:36
[INFO] [stdout]     |
[INFO] [stdout]  62 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  62 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:59:23
[INFO] [stdout]     |
[INFO] [stdout]  59 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  59 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:62:36
[INFO] [stdout]     |
[INFO] [stdout]  62 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  62 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:59:23
[INFO] [stdout]     |
[INFO] [stdout]  59 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  59 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:62:36
[INFO] [stdout]     |
[INFO] [stdout]  62 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  62 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:59:23
[INFO] [stdout]     |
[INFO] [stdout]  59 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  59 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:62:36
[INFO] [stdout]     |
[INFO] [stdout]  62 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  62 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/main.rs:194:52
[INFO] [stdout]     |
[INFO] [stdout] 194 |                 while let Some(_) = handler.recv().await {
[INFO] [stdout]     |                                     ---------------^^^^^
[INFO] [stdout]     |                                     |              |
[INFO] [stdout]     |                                     |              this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                     |              up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                     `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                     `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] 195 |                     if let Some(sender) = sender.take() {
[INFO] [stdout]     |                                           -------------
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 200 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 211 |     handle_signal!(sender, signal(SignalKind::interrupt()), "SIGINT");
[INFO] [stdout]     |     ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.19/src/oneshot.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `handle_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/main.rs:194:52
[INFO] [stdout]     |
[INFO] [stdout] 194 |                 while let Some(_) = handler.recv().await {
[INFO] [stdout]     |                                     ---------------^^^^^
[INFO] [stdout]     |                                     |              |
[INFO] [stdout]     |                                     |              this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                     |              up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                     `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                     `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] 195 |                     if let Some(sender) = sender.take() {
[INFO] [stdout]     |                                           -------------
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 200 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 212 |     handle_signal!(sender, signal(SignalKind::terminate()), "SIGTERM");
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.19/src/oneshot.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `handle_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024
[INFO] [stdout]    --> src/main.rs:195:24
[INFO] [stdout]     |
[INFO] [stdout] 195 |                     if let Some(sender) = sender.take() {
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^-------------
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           this value has a significant drop implementation which may observe a major change in drop order and requires your discretion
[INFO] [stdout] ...
[INFO] [stdout] 211 |     handle_signal!(sender, signal(SignalKind::interrupt()), "SIGINT");
[INFO] [stdout]     |     ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: value invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.19/src/oneshot.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: the value is now dropped here in Edition 2024
[INFO] [stdout]    --> src/main.rs:197:21
[INFO] [stdout]     |
[INFO] [stdout] 197 |                     } else {
[INFO] [stdout]     |                     ^
[INFO] [stdout] ...
[INFO] [stdout] 211 |     handle_signal!(sender, signal(SignalKind::interrupt()), "SIGINT");
[INFO] [stdout]     |     ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-if-let-scope.html>
[INFO] [stdout]     = note: `--force-warn if-let-rescope` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `handle_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024
[INFO] [stdout]    --> src/main.rs:195:24
[INFO] [stdout]     |
[INFO] [stdout] 195 |                     if let Some(sender) = sender.take() {
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^-------------
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           this value has a significant drop implementation which may observe a major change in drop order and requires your discretion
[INFO] [stdout] ...
[INFO] [stdout] 212 |     handle_signal!(sender, signal(SignalKind::terminate()), "SIGTERM");
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: value invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.19/src/oneshot.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: the value is now dropped here in Edition 2024
[INFO] [stdout]    --> src/main.rs:197:21
[INFO] [stdout]     |
[INFO] [stdout] 197 |                     } else {
[INFO] [stdout]     |                     ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |     handle_signal!(sender, signal(SignalKind::terminate()), "SIGTERM");
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-if-let-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `handle_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:75:23
[INFO] [stdout]     |
[INFO] [stdout]  75 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / tcp_unix_impl! {
[INFO] [stdout] 154 | |     #[derive(Debug)]
[INFO] [stdout] 155 | |     pub(crate) enum Incoming {
[INFO] [stdout] 156 | |         TCP(AddrIncomingTCP),
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: `--force-warn rust-2024-incompatible-pat` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  75 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:79:36
[INFO] [stdout]     |
[INFO] [stdout]  79 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / tcp_unix_impl! {
[INFO] [stdout] 154 | |     #[derive(Debug)]
[INFO] [stdout] 155 | |     pub(crate) enum Incoming {
[INFO] [stdout] 156 | |         TCP(AddrIncomingTCP),
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  79 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:59:23
[INFO] [stdout]     |
[INFO] [stdout]  59 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  59 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:62:36
[INFO] [stdout]     |
[INFO] [stdout]  62 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  62 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:59:23
[INFO] [stdout]     |
[INFO] [stdout]  59 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  59 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:62:36
[INFO] [stdout]     |
[INFO] [stdout]  62 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  62 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:59:23
[INFO] [stdout]     |
[INFO] [stdout]  59 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  59 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:62:36
[INFO] [stdout]     |
[INFO] [stdout]  62 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  62 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:59:23
[INFO] [stdout]     |
[INFO] [stdout]  59 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  59 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/socket_address_macro.rs:62:36
[INFO] [stdout]     |
[INFO] [stdout]  62 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  62 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/main.rs:194:52
[INFO] [stdout]     |
[INFO] [stdout] 194 |                 while let Some(_) = handler.recv().await {
[INFO] [stdout]     |                                     ---------------^^^^^
[INFO] [stdout]     |                                     |              |
[INFO] [stdout]     |                                     |              this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                     |              up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                     `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                     `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] 195 |                     if let Some(sender) = sender.take() {
[INFO] [stdout]     |                                           -------------
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 200 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 211 |     handle_signal!(sender, signal(SignalKind::interrupt()), "SIGINT");
[INFO] [stdout]     |     ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.19/src/oneshot.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `handle_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/main.rs:194:52
[INFO] [stdout]     |
[INFO] [stdout] 194 |                 while let Some(_) = handler.recv().await {
[INFO] [stdout]     |                                     ---------------^^^^^
[INFO] [stdout]     |                                     |              |
[INFO] [stdout]     |                                     |              this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                     |              up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                     `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                     `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] 195 |                     if let Some(sender) = sender.take() {
[INFO] [stdout]     |                                           -------------
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 200 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 212 |     handle_signal!(sender, signal(SignalKind::terminate()), "SIGTERM");
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.19/src/oneshot.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `handle_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024
[INFO] [stdout]    --> src/main.rs:195:24
[INFO] [stdout]     |
[INFO] [stdout] 195 |                     if let Some(sender) = sender.take() {
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^-------------
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           this value has a significant drop implementation which may observe a major change in drop order and requires your discretion
[INFO] [stdout] ...
[INFO] [stdout] 211 |     handle_signal!(sender, signal(SignalKind::interrupt()), "SIGINT");
[INFO] [stdout]     |     ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: value invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.19/src/oneshot.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: the value is now dropped here in Edition 2024
[INFO] [stdout]    --> src/main.rs:197:21
[INFO] [stdout]     |
[INFO] [stdout] 197 |                     } else {
[INFO] [stdout]     |                     ^
[INFO] [stdout] ...
[INFO] [stdout] 211 |     handle_signal!(sender, signal(SignalKind::interrupt()), "SIGINT");
[INFO] [stdout]     |     ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-if-let-scope.html>
[INFO] [stdout]     = note: `--force-warn if-let-rescope` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `handle_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024
[INFO] [stdout]    --> src/main.rs:195:24
[INFO] [stdout]     |
[INFO] [stdout] 195 |                     if let Some(sender) = sender.take() {
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^-------------
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           this value has a significant drop implementation which may observe a major change in drop order and requires your discretion
[INFO] [stdout] ...
[INFO] [stdout] 212 |     handle_signal!(sender, signal(SignalKind::terminate()), "SIGTERM");
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: value invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.19/src/oneshot.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: the value is now dropped here in Edition 2024
[INFO] [stdout]    --> src/main.rs:197:21
[INFO] [stdout]     |
[INFO] [stdout] 197 |                     } else {
[INFO] [stdout]     |                     ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |     handle_signal!(sender, signal(SignalKind::terminate()), "SIGTERM");
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-if-let-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `handle_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.17s
[INFO] [stderr] crater-edition-check: zip-http-server v0.2.3-SNAPSHOT (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking zip-http-server v0.2.3-SNAPSHOT (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:75:23
[INFO] [stdout]     |
[INFO] [stdout]  75 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / tcp_unix_impl! {
[INFO] [stdout] 154 | |     #[derive(Debug)]
[INFO] [stdout] 155 | |     pub(crate) enum Incoming {
[INFO] [stdout] 156 | |         TCP(AddrIncomingTCP),
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  75 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:79:36
[INFO] [stdout]     |
[INFO] [stdout]  79 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / tcp_unix_impl! {
[INFO] [stdout] 154 | |     #[derive(Debug)]
[INFO] [stdout] 155 | |     pub(crate) enum Incoming {
[INFO] [stdout] 156 | |         TCP(AddrIncomingTCP),
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  79 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:59:23
[INFO] [stdout]     |
[INFO] [stdout]  59 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  59 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:62:36
[INFO] [stdout]     |
[INFO] [stdout]  62 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  62 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:59:23
[INFO] [stdout]     |
[INFO] [stdout]  59 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  59 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:62:36
[INFO] [stdout]     |
[INFO] [stdout]  62 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  62 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:59:23
[INFO] [stdout]     |
[INFO] [stdout]  59 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  59 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:62:36
[INFO] [stdout]     |
[INFO] [stdout]  62 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  62 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:59:23
[INFO] [stdout]     |
[INFO] [stdout]  59 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  59 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:62:36
[INFO] [stdout]     |
[INFO] [stdout]  62 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  62 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:75:23
[INFO] [stdout]     |
[INFO] [stdout]  75 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / tcp_unix_impl! {
[INFO] [stdout] 154 | |     #[derive(Debug)]
[INFO] [stdout] 155 | |     pub(crate) enum Incoming {
[INFO] [stdout] 156 | |         TCP(AddrIncomingTCP),
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  75 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:79:36
[INFO] [stdout]     |
[INFO] [stdout]  79 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / tcp_unix_impl! {
[INFO] [stdout] 154 | |     #[derive(Debug)]
[INFO] [stdout] 155 | |     pub(crate) enum Incoming {
[INFO] [stdout] 156 | |         TCP(AddrIncomingTCP),
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  79 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:59:23
[INFO] [stdout]     |
[INFO] [stdout]  59 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  59 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:62:36
[INFO] [stdout]     |
[INFO] [stdout]  62 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  62 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:59:23
[INFO] [stdout]     |
[INFO] [stdout]  59 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  59 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:62:36
[INFO] [stdout]     |
[INFO] [stdout]  62 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  62 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:59:23
[INFO] [stdout]     |
[INFO] [stdout]  59 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  59 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:62:36
[INFO] [stdout]     |
[INFO] [stdout]  62 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  62 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:59:23
[INFO] [stdout]     |
[INFO] [stdout]  59 |               Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                         ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  59 |             &mut Self::TCP(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/socket_address_macro.rs:62:36
[INFO] [stdout]     |
[INFO] [stdout]  62 |               Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |                                      ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/socket_address.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | / tcp_unix_impl! {
[INFO] [stdout] 174 | |     #[derive(Debug)]
[INFO] [stdout] 175 | |     pub(crate) enum Connection {
[INFO] [stdout] 176 | |         TCP(AddrStream),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `tcp_unix_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  62 |             &mut Self::UnixDomainSocket(ref mut main) => Pin::new(main)
[INFO] [stdout]     |             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zip-http-server` (bin "zip-http-server" test) due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `zip-http-server` (bin "zip-http-server") due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "8586e6c8220023d246af9301f206317be5087a967a9fa054f09ee66dce05dc4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8586e6c8220023d246af9301f206317be5087a967a9fa054f09ee66dce05dc4b", kill_on_drop: false }`
[INFO] [stdout] 8586e6c8220023d246af9301f206317be5087a967a9fa054f09ee66dce05dc4b
